home *** CD-ROM | disk | FTP | other *** search
Text File | 1986-10-17 | 802 b | 47 lines | [THED/THTH] |
- |
- | RA¬
- |
- | Variables,programs, handles
- |
- | ⌐ 1986 COM~LINK & S.Koren
- |
- #M;
- "RA¬ allows you use variables when!"
- "writing programs. However, it!"
- "only allows you to have 26 variables.!"
- "A thru Z. All variables are global!"
- "unless they are withing a subroutine.!"
- "RA however supports indirection.!!"
- #A;
- 2 A: "Variable 'A' has " A. ! " in it.!"
- A. B: "B has " B. ! " in it.!"
- 12 C: "C has " C. ! " in it.!"
- "B is actually a pointer to C.!"
- "B.. has " B.. ! " in it .!!"
- #A;
- "THE END."
-
-
- $
- &A "Hit any key:" ?ñ ╡ @ `
- |
- | RA title routine
- |
- &M @ #L; 8 A: ( #N; A. 1 - A: A. 0 > ~ ) #L; #O; #P;`
-
- &O
- 40 100 ╜
- "RA¬"
- 60 45 ╜
- "⌐ 1986 COM~LINK & S.Koren"
- 80 60 ╜
- "All rights reserved." `
-
- &L
- 35 A: ("Ñ" A. 1 - A: A. 0 > ~ ) "!"`
-
- &N
- "Ñ" 33 A: (" " A. 1 - A: A. 0 > ~ ) "Ñ" "!"`
-
- &P ?ñ @ `
- $